/*
当サイトのテキスト及び画像、それに伴う全ての無断転載は禁止いたします。
発見した場合は法的処置も視野にいれております。絶対に無断転載はお止めください。
*/
*{
	margin:0px;
	padding:0px;
}
::-webkit-scrollbar {
	width: 0;
	height: 0;
}
ol, ul {
	list-style: none;
	list-style-type: none;
}
body {
	-webkit-text-size-adjust: 100%;
	word-break: break-all;
	font-family: Helvetica;
	font-size: 14px;
	line-height: 18px;
	background-color: #eee;
	color: #222;
}
img,
video{
	width: 100%;
	height: auto;
	display: block;
}
#wrapper {
	position: relative;
	z-index: 5;
}
#top {
	width: 100%;
	position: relative;
	margin-bottom: 10px;
	background-color: #000;
	box-shadow: 0px 2px 4px -1px rgba(0,0,0,0.3);
}
#top img,
#top video{
	width: 100%;
	height: auto;
}
#top .r18_txt {
	position: absolute;
	bottom: 0;
	right: 0;
	color: rgb(255 255 255 / 0.7);
	font-size: 10px;
	padding: 0 3px 3px 0;
	line-height: 1em;
}
#content {
}
section {
	margin-bottom: 10px;
	background-color: #fff;
	background-image:  linear-gradient(135deg, rgba(0,0,0,0.02) 25%, transparent 25%), linear-gradient(225deg, rgba(0,0,0,0.02) 25%, transparent 25%), linear-gradient(45deg, rgba(0,0,0,0.02) 25%, transparent 25%), linear-gradient(315deg, rgba(0,0,0,0.02) 25%, transparent 25%);
	background-position:  20px 0, 20px 0, 0 0, 0 0;
	background-size: 20px 20px;
	background-repeat: repeat;
	overflow: hidden;
}
#footer{
	color: #fff;
	line-height: 20px;
	font-size: 12px;
	background-color: #222;
	padding: 40px 0;
	background-image:  linear-gradient(135deg, rgba(255,255,255,0.03) 25%, transparent 25%), linear-gradient(225deg, rgba(255,255,255,0.03) 25%, transparent 25%), linear-gradient(45deg, rgba(255,255,255,0.03) 25%, transparent 25%), linear-gradient(315deg, rgba(255,255,255,0.03) 25%, transparent 25%);
	background-position:  20px 0, 20px 0, 0 0, 0 0;
	background-size: 20px 20px;
	background-repeat: repeat;
}
#footer p{
	font-size: 10px;
	text-align: center;
}
#footer p a {
	text-decoration: none;
	color: #73fff9;
}
.info_link {
	margin-top: 5px;
}
.app_dl a {
	display: block;
	width: 100%;
	margin: 10px auto 0 auto;
	padding: 10px 0;
	color: #fff;
	text-decoration: none;
	border-radius: 10px;
	text-align: center;
	font-weight: bold;
	background: #ff68d9;
	background: -moz-linear-gradient(-45deg,  #ff68d9 0%, #c466ff 100%);
	background: -webkit-linear-gradient(-45deg,  #ff68d9 0%,#c466ff 100%);
	background: linear-gradient(135deg,  #ff68d9 0%,#c466ff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff68d9', endColorstr='#c466ff',GradientType=1 );
}
.app_dl a.linec {
	background: #26d658;
	background: -moz-linear-gradient(-45deg,  #26d658 0%, #1dc4b9 100%);
	background: -webkit-linear-gradient(-45deg,  #26d658 0%,#1dc4b9 100%);
	background: linear-gradient(135deg,  #26d658 0%,#1dc4b9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26d658', endColorstr='#1dc4b9',GradientType=1 );
}

/*--------------------head_track---------------------*/
#track_area {
	height: 0px;
}
#head_track {
	z-index: 10;
	position: relative;
	top: 0;
	left: 0;
	padding: 10px;
	width: calc(100% - 20px);
	background-color: rgba(255,255,255,0.8);
	background-image:  linear-gradient(135deg, rgba(0,0,0,0.02) 25%, transparent 25%), linear-gradient(225deg, rgba(0,0,0,0.02) 25%, transparent 25%), linear-gradient(45deg, rgba(0,0,0,0.02) 25%, transparent 25%), linear-gradient(315deg, rgba(0,0,0,0.02) 25%, transparent 25%);
	background-position:  20px 0, 20px 0, 0 0, 0 0;
	background-size: 20px 20px;
	background-repeat: repeat;
	box-shadow: 0px 2px 4px -1px rgba(0,0,0,0.3);
	display: flex;
	align-items: center;
	-webkit-backdrop-filter: blur(6px);
	backdrop-filter: blur(6px);
}
#head_track.head_fix {
	top: 0;
	left: 0;
	position: fixed;
}
.track_thumb {
	width: 60px;
	margin-right: 10px;
	flex: 0 0 60px;
}
.track_thumb img {
	width: 100%;
	height: auto;
}
.track_txt {
	flex: 1 2 auto;
}
.track_name {
	font-weight: bold;
	font-size: 15px;
	line-height: 20px;
	color: #666;
	position: relative;
}
.track_name a {
	color: currentColor;
}
.track_name span {
	font-size: 18px;
}
.track_txt .track_name a span:first-child {
	background: -moz-linear-gradient(-45deg,  #ff56d4 0%, #ff5470 100%);
	background: -webkit-linear-gradient(-45deg,  #ff56d4 0%,#ff5470 100%);
	background: linear-gradient(135deg,  #ff56d4 0%,#ff5470 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff56d4', endColorstr='#ff5470',GradientType=1 );
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
}
.track_txt .track_name a span:last-child {
	background: #26d658;
	background: -moz-linear-gradient(-45deg,  #26d658 0%, #1dc4b9 100%);
	background: -webkit-linear-gradient(-45deg,  #26d658 0%,#1dc4b9 100%);
	background: linear-gradient(135deg,  #26d658 0%,#1dc4b9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26d658', endColorstr='#1dc4b9',GradientType=1 );
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
}
.track_name .track_name_bg {
	color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	text-shadow: 1px 1px 1px #fff;
}
.track_txt p .free {
	display: inline-block;
	font-size: 11px;
	color: #fff;
	line-height: 18px;
	padding: 0px 8px;
	border-radius: 9px;
	background-color: #ff5470;
}
.track_txt p img {
	width: 15px;
	height: auto;
	margin-right: 1px;
	vertical-align: middle;
	display: inline-block;
}

#head_track .app_dl {
	flex: 0 0 120px;
}
#head_track .app_dl a {
	width: 120px;
	margin: 0;
}


/*-----------------------共通-------------------*/
.area_title {
	font-size: 30px;
	font-weight: bold;
	color: #aaa;
	padding: 0 10px;
	line-height: 45px;
	margin: 20px 0 0;
}
.area_title span{
	font-size: 45px;
}
.area_title.scr_fade {
	transition: all 0.5s ease-out;
	opacity: 0;
	transform: translateX(60px);
}
.area_title.scr_fade.move {
	opacity: 1;
	transform: translateX(0);
}
.area_sub {
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	border-radius: 0 30px 30px 0;
	padding: 0 20px 0 10px;
	line-height: 35px;
	margin: 0 0 15px;
	text-shadow: 0px 0px 5px rgba(0,0,0,0.1);
}
.area_sub p {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.area_sub.scr_fade {
	transition: all 0.5s ease-out;
	opacity: 0;
	transform: translateX(-50%);
}
.area_sub.scr_fade p {
	transition: all 0.5s ease-out 0.3s;
	opacity: 0;
	transform: translateX(-100%);
}
.area_sub.scr_fade.move,
.area_sub.scr_fade.move p{
	opacity: 1;
	transform: translateX(0);
}
.next {
	width: 50%;
	padding: 0 15px;
	margin: 15px auto 30px;
	border-radius: 10px;
	background-color: #aaa;
	box-shadow: 0px 2px 4px -1px rgb(0 0 0 / 30%);
	line-height: 50px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-shadow: 0px 0px 5px rgb(0 0 0 / 10%);
	overflow: hidden;
}
.next.scr_fade {
	transition: all 0.4s ease-out;
	opacity: 0;
	transform: scale(0);
}
.next.scr_fade.move {
	opacity: 1;
	transform: scale(1);
}
.next p {
	position: relative;
	text-align: center;
	padding: 0 10px;
}
.next.scr_fade p {
	opacity: 0;
	transform: translateX(-30%);
	transition: all 0.4s ease-out 0.3s;
}
.next.scr_fade.move p {
	opacity: 1;
	transform: translateX(0);
}
.next p:after {
	content: '';
	display: block;
	position: absolute;
	border-radius: 3px;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 10px;
	height: 10px;
	border-top: 4px solid #fff;
	border-right: 4px solid #fff;
	transform: rotate(45deg);
}
.live_icon {
	position: absolute;
	z-index: 5;
	left: 2%;
	top: 3%;
	padding: 0px 4%;
	display: block;
	font-size: 14px;
	color: #fff;
	font-style: italic;
	font-weight: bold;
	line-height: 1.4em;
	letter-spacing: 1px;
	text-shadow: -2px -2px 3px rgba(255,21,164,0.8),2px 2px 3px rgba(153,21,255,0.8);
}
/*ios animation不具合用に追加*/
.live_icon span {
	display: block;
	-webkit-animation: col_icon_move 5s linear infinite normal forwards;
	animation: col_icon_move 5s linear infinite normal forwards;
}

@-webkit-keyframes col_icon_move {
	0% {-webkit-transform: rotateY(0); z-index: 5;}
	80% {-webkit-transform: rotateY(0); z-index: 5;}
	100% {-webkit-transform: rotateY(360deg); z-index: 5;}
}
@keyframes col_icon_move {
	0% {transform: rotateY(0); z-index: 5;}
	80% {transform: rotateY(0); z-index: 5;}
	100% {transform: rotateY(360deg); z-index: 5;}
}

.fade_img {
	position: relative;
	z-index: 1;
}
.fade_img img:nth-of-type(2) {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-animation: chara_move 6s linear infinite normal forwards;
	animation: chara_move 6s linear infinite normal forwards;
}
@-webkit-keyframes chara_move {
	0% {opacity: 0;}
	40% {opacity: 0;}
	50% {opacity: 1;}
	90% {opacity: 1;}
	100% {opacity: 0;}
}
@keyframes chara_move {
	0% {opacity: 0;}
	40% {opacity: 0;}
	50% {opacity: 1;}
	90% {opacity: 1;}
	100% {opacity: 0;}
}

/*-----------------------post_area-------------------*/
#post_area {
	background-color: #eee;
	background-image: none;
}
#post_area > ul > li {
	width: 100%;
	background-color: #fff;
	margin-bottom: 10px;
	box-shadow: 0px 2px 4px -1px rgba(0,0,0,0.3);
}
#post_area > ul > li.scr_fade {
	transition: all 0.5s ease-out;
	opacity: 0;
	transform: translateY(60px);
}
#post_area > ul > li.scr_fade.move {
	opacity: 1;
	transform: translateY(0);
}
.post_data {
	display: flex;
	align-items: center;
	padding: 10px;
	position: relative;
}
.post_thumb {
	flex: 0 0 13%;
	max-width: 70px;
	border-radius: 50%;
	overflow: hidden;
}
.post_name {
	flex: 1 1 auto;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2em;
	margin-left: 15px;
}
.post_name span {
	color: #999;
	font-size: 12px;
	font-weight: normal;
	display: block;
}
.post_follow {
	flex: 0 0 28px;
}
.post_img_box {
	position: relative;
}
#post_area .app_data {
	position: absolute;
	bottom: 5px;
	left: 5px;
	padding: 5px;
	border-radius: 5px;
	background-color: rgba(0,0,0,0.6);
}
#post_area .app_thumb {
	width: 23px;
	float: left;
	margin-right: 5px;
}
#post_area .app_data p {
	float: left;
	font-size: 11px;
	line-height: 23px;
	color: #fff;
}
.post_icon {
	flex: 1 1 auto;
	display: flex;
}
.post_icon li {
	width: 33%;
	max-width: 65px;
	font-size: 12px;
	line-height: 28px;
}
.post_icon li img {
	display: inline-block;
	width: 28px;
	height: auto;
	vertical-align: middle;
	margin-right: 2px;
}

.post_login,
#post_area .next {
	background: #ff56d4;
	background: -moz-linear-gradient(-45deg,  #ff56d4 0%, #ff5470 100%);
	background: -webkit-linear-gradient(-45deg,  #ff56d4 0%,#ff5470 100%);
	background: linear-gradient(135deg,  #ff56d4 0%,#ff5470 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff56d4', endColorstr='#ff5470',GradientType=1 );
}
.post_login {
	flex: 0 0 120px;
	color: #fff;
	line-height: 30px;
	border-radius: 15px;
	font-weight: bold;
	font-size: 13px;
	text-align: center;
}
.post_login span {
	counter-increment: login_num;
	display: inline-block;
	-webkit-animation: login_move 4s linear infinite normal forwards;
	animation: login_move 4s linear infinite normal forwards;
}
.post_login span:nth-of-type(2) {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}
.post_login span:nth-of-type(3) {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}
.post_login span:nth-of-type(4) {
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}
.post_login span:nth-of-type(5) {
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
}
.post_login span:nth-of-type(6) {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}
.post_login span:nth-of-type(7) {
	-webkit-animation-delay: 1.2s;
	animation-delay: 1.2s;
}
@-webkit-keyframes login_move {
	0% {-webkit-transform:translateY(0px) scale(1);}
	90% {-webkit-transform:translateY(0px) scale(1);}
	95% {-webkit-transform:translateY(-5px) scale(1.2);}
	100% {-webkit-transform:translateY(0px) scale(1);}
}
@keyframes login_move {
	0% {transform:translateY(0px) scale(1);}
	90% {transform:translateY(0px) scale(1);}
	95% {transform:translateY(-5px) scale(1.2);}
	100% {transform:translateY(0px) scale(1);}
}
.post_txt {
	padding: 10px;
	font-weight: bold;
	position: relative;
}
.post_txt p {
	margin-bottom: 20px;
	line-height: 1.5em;
}
.post_tag {
	margin-bottom: 10px;
}
.post_tag span {
	font-size: 12px;
	display: inline-block;
	padding: 2px 7px;
	margin: 0 5px 5px 0;
	border: solid 1px #ffb8bb;
	color: #fff;
	border-radius: 20px;
	background: #ff84c3;
	background: -moz-linear-gradient(-45deg,  #ff84c3 0%, #f7b75d 100%);
	background: -webkit-linear-gradient(-45deg,  #ff84c3 0%,#f7b75d 100%);
	background: linear-gradient(135deg,  #ff84c3 0%,#f7b75d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff84c3', endColorstr='#f7b75d',GradientType=1 );
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
}
.post_time {
	font-size: 13px;
	font-weight: normal;
	color: #666;
	text-align: right;
}
.post_btn {
	position: absolute;
	left: 10px;
	bottom: 10px;
	background-color: #eee;
	border-radius: 15px;
	line-height: 30px;
	padding: 0 10px;
	font-size: 14px;
}

/*-----------------------chara_area-------------------*/
#chara_area {
	padding-bottom: 15px;
	box-shadow: 0px 2px 4px -1px rgba(0,0,0,0.3);
}
#chara_area .area_title span,
#chara_area .area_sub,
#chara_area .next,
.chara_btn_box div.chara_btn {
	background: #ffd456;
	background: -moz-linear-gradient(-45deg,  #ffd456 0%, #ff5470 100%);
	background: -webkit-linear-gradient(-45deg,  #ffd456 0%,#ff5470 100%);
	background: linear-gradient(135deg,  #ffd456 0%,#ff5470 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd456', endColorstr='#ff5470',GradientType=1 );
}
#chara_area .area_title span {
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
}
#chara_area .next {
	width: 60%;
	padding: 0 15px 0 0;
	margin-left: calc(40% - 20px);
	line-height: 40px;
	border-radius: 20px;
}

#chara_area ul{
	width: 100%;
	white-space: nowrap;
	overflow-y: hidden;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
}
#chara_area ul li {
	display: inline-block;
	background-color: #fff;
	width: 65%;
	margin: 10px;
	padding-bottom: 15px;
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 0px 2px 4px -1px rgba(0,0,0,0.3);
}
#chara_area ul li.scr_fade {
	transition: all 0.5s ease-out;
	opacity: 0;
	transform: translateY(60px);
}
#chara_area ul li.scr_fade:nth-of-type(2) {
	transition: all 0.5s ease-out 0.2s;
}
#chara_area ul li.scr_fade:nth-of-type(3) {
	transition: all 0.5s ease-out 0.4s;
}
#chara_area ul li.scr_fade:nth-of-type(4) {
	transition: all 0.5s ease-out 0.6s;
}
#chara_area ul li.scr_fade:nth-of-type(5) {
	transition: all 0.5s ease-out 0.8s;
}
#chara_area ul li.scr_fade:nth-of-type(6) {
	transition: all 0.5s ease-out 1s;
}
#chara_area ul li.scr_fade:nth-of-type(7) {
	transition: all 0.5s ease-out 1.2s;
}
#chara_area ul li.scr_fade:nth-of-type(8) {
	transition: all 0.5s ease-out 1.4s;
}
#chara_area ul li.scr_fade:nth-of-type(9) {
	transition: all 0.5s ease-out 1.6s;
}
#chara_area ul li.scr_fade:nth-of-type(10) {
	transition: all 0.5s ease-out 1.8s;
}
#chara_area ul li.scr_fade.move {
	opacity: 1;
	transform: translateY(0);
}

#chara_area .app_thumb {
	position: absolute;
	z-index: 5;
	top: 5px;
	right: 5px;
	overflow: hidden;
	width: 14%;
	border-radius: 50%;
}
.chara_data {
	padding: 10px 5px 10px calc(28% + 5px);
	position: relative;
	z-index: 5;
}
.chara_thumb {
	width: 28%;
	height: auto;
	border-radius: 50%;
	border: solid 2px #fff;
	overflow: hidden;
	position: absolute;
	z-index: 5;
	left: 5px;
	bottom: 5px;
}
.chara_name {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2em;
	margin: 0 0 5px 10px;
}
.chara_tag {
	line-height: 1.2em;
	margin-left: 7px;
}
.chara_tag span {
	display: inline-block;
	border: solid 1px currentColor;
	margin-right: 3px;
	font-size: 11px;
	padding: 2px 7px;
	border-radius: 20px;
}
.chara_btn_box {
	padding: 0px 5px;
	display: flex;
}
.chara_btn_box div {
	flex: 0 0 26px;
	color: #fff;
	font-weight: bold;
	border: solid 1px #ddd;
	text-align: center;
	margin: 0 1.5%;
	overflow: hidden;
	padding: 5px;
	border-radius: 50%;
}
.chara_btn_box div.chara_btn {
	flex: 1 1 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	border-style: none;
	color: #fff;
}
.chara_btn_box div.chara_btn img {
	flex: 0 0 23px;
	width: 23px;
	height: 23px;
}
.chara_btn_box div.chara_btn p {
	line-height: 28px;
	margin-left: 5px;
}
.chara_add_btn {
	color: #fff;
	font-weight: bold;
	line-height: 36px;
	text-align: center;
	margin: 10px 10px 0;
	border-radius: 10px;
	border: solid 1px #26d658;
	background: #26d658;
	background: -moz-linear-gradient(-45deg,  #26d658 0%, #1dc4b9 100%);
	background: -webkit-linear-gradient(-45deg,  #26d658 0%,#1dc4b9 100%);
	background: linear-gradient(135deg,  #26d658 0%,#1dc4b9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26d658', endColorstr='#1dc4b9',GradientType=1 );
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
}
#chara_area li:nth-of-type(2) .fade_img img:nth-of-type(2) {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}
#chara_area li:nth-of-type(3) .fade_img img:nth-of-type(2) {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}
#chara_area li:nth-of-type(4) .fade_img img:nth-of-type(2) {
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}
#chara_area li:nth-of-type(5) .fade_img img:nth-of-type(2) {
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
}
#chara_area li:nth-of-type(6) .fade_img img:nth-of-type(2) {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}
#chara_area li:nth-of-type(7) .fade_img img:nth-of-type(2) {
	-webkit-animation-delay: 1.2s;
	animation-delay: 1.2s;
}
#chara_area li:nth-of-type(8) .fade_img img:nth-of-type(2) {
	-webkit-animation-delay: 1.4s;
	animation-delay: 1.4s;
}
#chara_area li:nth-of-type(9) .fade_img img:nth-of-type(2) {
	-webkit-animation-delay: 1.6s;
	animation-delay: 1.6s;
}
#chara_area li:nth-of-type(10) .fade_img img:nth-of-type(2) {
	-webkit-animation-delay: 1.8s;
	animation-delay: 1.8s;
}


/*-----------------------now_area-------------------*/
#now_area {
	box-shadow: 0px 2px 4px -1px rgba(0,0,0,0.3);
}
#now_area .area_title span,
#now_area .area_sub,
.now_time {
	background: #ff68d9;
	background: -moz-linear-gradient(-45deg,  #ff68d9 0%, #c466ff 100%);
	background: -webkit-linear-gradient(-45deg,  #ff68d9 0%,#c466ff 100%);
	background: linear-gradient(135deg,  #ff68d9 0%,#c466ff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff68d9', endColorstr='#c466ff',GradientType=1 );
}
#now_area .area_title span {
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
}
#now_area ul{
	width: 100%;
}
#now_area ul li {
	width: 50%;
	display: inline-block;
	padding: 10px 0 0;
	background-color: rgba(255,255,255,0.5);
	position: relative;
}
#now_area ul li.scr_fade {
	transition: all 0.5s ease-out;
	opacity: 0;
}
#now_area ul li.scr_fade:not(.now_next){
	transform: translateY(60px);
}
#now_area ul li.scr_fade:nth-of-type(4n + 3){
	transition: all 0.5s ease-out 0.2s;
}
#now_area ul li.scr_fade.move {
	opacity: 1;
	transform: translateY(0);
}
#now_area ul li.app_data {
	width: calc(100% - 20px);
	padding: 10px 10px 0;
	border-top: solid 1px #eee;
}
#now_area ul li.now_next {
	width: calc(100% - 20px);
	padding: 0px 10px 15px;
	border-bottom: solid 1px #eee;
	margin-bottom: 15px;
	text-align: center;
}
.now_next p {
	display: inline-block;
	color: #fff;
	font-weight: bold;
	line-height: 36px;
	text-align: center;
	margin: 5px 0;
	padding: 0 20px;
	border-radius: 10px;
	border: solid 1px #26d658;
	background: #26d658;
	background: -moz-linear-gradient(-45deg,  #26d658 0%, #1dc4b9 100%);
	background: -webkit-linear-gradient(-45deg,  #26d658 0%,#1dc4b9 100%);
	background: linear-gradient(135deg,  #26d658 0%,#1dc4b9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26d658', endColorstr='#1dc4b9',GradientType=1 );
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
}
#now_area ul li.now_next.scr_fade p {
	transition: all 0.4s ease-out 0.3s;
	transform: scale(0);
	opacity: 0;
}
#now_area ul li.now_next.scr_fade.move p {
	opacity: 1;
	transform: scale(1);
}

#now_area > ul > li.now_next:last-of-type{
	border-style: none;
	margin-bottom: 0px;
}
#now_area .app_thumb {
	width: 45px;
	float: left;
	margin-right: 8px;
}
#now_area .app_txt {
	float: left;
}
#now_area .app_txt p {
	font-size: 15px;
	line-height: 25px;
	font-weight: bold;
}
#now_area .app_txt p span {
	line-height: 15px;
	font-size: 12px;
	color: #666;
	display: inline-block;
	-webkit-text-fill-color: transparent;
	background-color: #f57aa5;
	background: -moz-linear-gradient(-45deg,  rgba(255,0,246,0.8) 0%, rgba(84,0,255,0.8) 100%);
	background: -webkit-linear-gradient(-45deg,  rgba(255,0,246,0.8) 0%,rgba(84,0,255,0.8) 100%);
	background: linear-gradient(135deg,  rgba(255,0,246,0.8) 0%,rgba(84,0,255,0.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccff00f6', endColorstr='#cc5400ff',GradientType=1 );
	-webkit-background-clip: text;
}
.now_time {
	display: flex;
	justify-content: center;
	border-radius: 30px;
	box-shadow: 0px 2px 4px -1px rgba(0,0,0,0.3);
	margin: 0 5px 10px 10px;
}
.now_time div {
	flex: 0 0 26px;
	padding: 2px;
	margin-left: 4px;
}
.now_time p {
	flex: 1 1 auto;
	color: #fff;
	font-size: 12px;
	line-height: 30px;
	font-weight: bold;
}
.now_time p span {
	padding-left: 5px;
	font-size: 18px;
}
.now_box {
	position: relative;
	z-index: 1;
	background-color: #fff;
	border-radius: 15px;
	padding-bottom: 10px;
	overflow: hidden;
	margin: 0 5px 10px 10px;
	box-shadow: 0px 2px 4px -1px rgba(0,0,0,0.3);
}
#now_area > ul > li:nth-of-type(4n + 3) .now_time,
#now_area > ul > li:nth-of-type(4n + 3) .now_box {
	margin: 0 10px 10px 5px;
}
.now_data {
	padding: 5px 5px 3px;
	display: flex;
	align-items: center;
	line-height: 20px;
	font-size: 16px;
}
.now_thumb {
	flex: 0 0 26px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 5px;
}
.now_name {
	flex: 1 1 auto;
	font-weight: bold;
}
.now_age {
	flex: 0 0 3em;
	text-align: right;
	color: #666;
	align-self: center;
}
.now_age span {
	font-size: 14px;
}

.now_txt,
.now_tag{
	padding: 0 5px;
	font-weight: bold;
}
.now_tag {
	height: 29px;
	overflow: hidden;
}
.now_txt {
	margin-bottom: 7px;
	font-size: 12px;
	line-height: 1.5em;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.now_tag span {
	font-size: 11px;
	display: inline-block;
	padding: 2px 7px;
	margin: 0 5px 5px 0;
	border: solid 1px #d089ff;
	color: #fff;
	border-radius: 20px;
	background: #c466ff;
	background: -moz-linear-gradient(-45deg,  #c466ff 0%, #ff68d9 100%);
	background: -webkit-linear-gradient(-45deg,  #c466ff 0%,#ff68d9 100%);
	background: linear-gradient(135deg,  #c466ff 0%,#ff68d9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c466ff', endColorstr='#ff68d9',GradientType=1 );
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
}
#now_area li:nth-of-type(4n + 3) .fade_img img:nth-of-type(2) {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

/*-----------------------mov_area-------------------*/
#mov_area {
	box-shadow: 0px 2px 4px -1px rgba(0,0,0,0.3);
	padding-bottom: 15px;
}
#mov_area .area_title span,
#mov_area .area_sub,
#mov_area .next {
	background: #62e0d3;
	background: -moz-linear-gradient(-45deg,  #62e0d3 0%, #68bdff 100%);
	background: -webkit-linear-gradient(-45deg,  #62e0d3 0%,#68bdff 100%);
	background: linear-gradient(135deg,  #62e0d3 0%,#68bdff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#62e0d3', endColorstr='#68bdff',GradientType=1 );
}
#mov_area .area_title span {
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
}

#mov_area .next {
	margin-top: 20px;
}

#mov_area ul{
	width: calc(100% - 10px);
	margin: 10px 5px;
}
#mov_area ul li {
	width: calc(33.3% - 6px);
	margin: 3px;
	float: left;
	position: relative;
}
#mov_area ul.scr_fade li {
	transition: all 0.5s ease-out;
	opacity: 0;
	transform: translateY(60px);
}
#mov_area ul.scr_fade li:nth-of-type(2) {
	transition: all 0.5s ease-out 0.2s;
}
#mov_area ul.scr_fade li:nth-of-type(3) {
	transition: all 0.5s ease-out 0.4s;
}
#mov_area ul.scr_fade li:nth-of-type(4) {
	transition: all 0.5s ease-out 0.6s;
}
#mov_area ul.scr_fade li:nth-of-type(5) {
	transition: all 0.5s ease-out 0.8s;
}
#mov_area ul.scr_fade li:nth-of-type(6) {
	transition: all 0.5s ease-out 1s;
}
#mov_area ul.scr_fade.move.move li {
	opacity: 1;
	transform: translateY(0);
}

.mov_img {
	position: relative;
	z-index: 1;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0px 2px 4px -1px rgba(0,0,0,0.3);
}
#mov_area ul li:first-of-type {
	width: calc(66.6% - 6px);
	margin: 3px;
	float: left;
	position: relative;
}
#mov_area ul li:first-of-type .mov_img {
	border-radius: 15px;
}
#mov_area ul li:nth-of-type(n + 2) .live_icon {
	font-size: 10px;
}
#mov_area .app_thumb {
	position: absolute;
	z-index: 5;
	top: 2%;
	right: 2%;
	overflow: hidden;
	width: 14%;
	border-radius: 50%;
}

/*---------------banner---------------*/
#banner_area {
	padding: 30px 0;
	box-shadow: 0px 2px 4px -1px rgba(0,0,0,0.3);
	text-align: center;
}
#banner_area .area_title span,
#banner_area .area_sub {
	background: #ff497d;
	background: -moz-linear-gradient(-45deg,  #ff497d 0%, #ff494c 50%, #ff8822 100%);
	background: -webkit-linear-gradient(-45deg,  #ff497d 0%,#ff494c 50%,#ff8822 100%);
	background: linear-gradient(135deg,  #ff497d 0%,#ff494c 50%,#ff8822 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff497d', endColorstr='#ff8822',GradientType=1 );
}
#banner_area .area_title span {
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
}
#banner_area .area_sub {
	padding: 0 20px;
	border-radius: 30px;
}
.banner_info {
	position: relative;
	margin: 20px 10px 70px;
	text-align: left;
}
.banner_info:before {
	content: "";
	width: 12%;
	padding-top: 12%;
	position: absolute;
	left: calc(50% - 6%);
	bottom: -40px;
	transform: rotate(-45deg);
	background: -moz-linear-gradient(45deg,  rgba(255,136,34,1) 0%, rgba(255,136,34,1) 2%, rgba(255,73,125,1) 50%, rgba(255,73,125,0) 51%, rgba(255,73,125,0) 100%);
	background: -webkit-linear-gradient(45deg,  rgba(255,136,34,1) 0%,rgba(255,136,34,1) 2%,rgba(255,73,125,1) 50%,rgba(255,73,125,0) 51%,rgba(255,73,125,0) 100%);
	background: linear-gradient(45deg,  rgba(255,136,34,1) 0%,rgba(255,136,34,1) 2%,rgba(255,73,125,1) 50%,rgba(255,73,125,0) 51%,rgba(255,73,125,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8822', endColorstr='#00ff497d',GradientType=1 );
}
.banner_info.scr_fade:before {
	transition: all 0.5s ease-out 0.3s;
	opacity: 0;
	bottom: -10px;
}
.banner_info.scr_fade.move:before {
	opacity: 1;
	bottom: -40px;
}

.banner_info p {
	margin: 0 6% 10px;
}
.banner_attention {
	display: inline-block;
	padding: 5px 20px;
	border-radius: 5px;
	border: solid 1px currentColor;
}
.banner_info.scr_fade .banner_attention {
	transition: all 0.4s ease-out;
	opacity: 0;
	transform: scale(0);
}
.banner_info.scr_fade.move .banner_attention{
	opacity: 1;
	transform: scale(1);
}

.banner_box {
	margin: 3px;
}
.banner_multi {
	display: inline-block;
	border: 1px solid #ddd;
	border-radius: 10px;
	background-color: #ffffff;
	padding: 8px;
	margin: 3px;
	width: calc(50% - 24px);
	text-align: left;
	box-shadow: 0px 2px 4px -1px rgba(0,0,0,0.3);
}
.banner_multi.scr_fade {
	transition: all 0.4s ease-out;
	opacity: 0;
	transform: scale(0);
}
.banner_box .banner_multi.scr_fade:nth-of-type(2n + 3){
	transition: all 0.4s ease-out 0.2s;
}
.banner_multi.scr_fade.move {
	opacity: 1;
	transform: scale(1);
}


.banner_data {
	display: flex;
	align-items: center;
}
.banner_multi .banner_thumb {
	flex: 0 0 40%;
	max-width: 100px;
}
.banner_multi .banner_text {
	flex: 1 1 auto;
	margin-left: 3.5%;
}
.banner_multi .banner_text p{
	font-size: 15px;
	line-height: 1.2em;
	font-weight: bold;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.banner_multi .banner_text img {
	width: 16%;
	max-width: 20px;
	height: auto;
	display: inline-block;
}
.banner_multi p.tag {
	margin-top: 5px;
}
.banner_multi p.tag span {
	border: solid 1px #e5e5e5;
	color: #333;
	font-size: 10px;
	font-weight: bold;
	border-radius: 2px;
	margin-right: 2px;
	display: inline-block;
	padding: 3px;
}
.banner_multi p.tag span:first-child {
	color: #d00;
	border: solid 1px #ff5974;
	margin-right: 3px;
}
.banner_multi .app_dl a {
	font-size: 12px;
}
.banner_multi .app_dl a.adr {
	font-size: 11px;
}

.banner_multi.first{
	width: calc(100% - 24px);
}
.banner_multi.first .banner_thumb {
	flex: 0 0 28%;
	max-width: 120px;
}
.banner_multi.first .banner_text p{
	font-size: 18px;
}
.banner_multi.first p.tag span{
	line-height: 18px;
	padding: 5px;
}


/*-----------------modal-----------------*/
#modal_screen {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.7);
	z-index: 15;
}
#modal_wrapper{
	width: 85%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 20;
	display: none;
	opacity: 0;
	height: 492px;
}
.modal_box {
	position: relative;
	padding: 10px;
	background-color: #fff;
	border-radius: 6px;
}
#modal_wrapper a {
	display: block;
}
#modal_wrapper .modal_info {
	padding: 10px;
}
#modal_wrapper p {
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 15px;
	line-height: 1.4em;
}
#modal_wrapper p.modal_title {
	font-size: 26px;
	color: inherit;
	-webkit-text-fill-color: transparent;
	background: #03e98a;
	background: -moz-linear-gradient(45deg,  #03e98a 5%, #009cff 20%, #ad22e7 40%, #ff4791 60%, #ffbc2b 80%, #fff600 100%);
	background: -webkit-linear-gradient(45deg,  #03e98a 5%,#009cff 20%,#ad22e7 40%,#ff4791 60%,#ffbc2b 80%,#fff600 100%);
	background: linear-gradient(45deg,  #03e98a 5%,#009cff 20%,#ad22e7 40%,#ff4791 60%,#ffbc2b 80%,#fff600 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03e98a', endColorstr='#fff600',GradientType=1 );
	-webkit-background-clip: text;
}
#modal_wrapper p.modal_title span{
	font-size: 32px;
}

#modal_wrapper .modal_icon {
	margin: 30px auto;
}
#modal_wrapper .modal_icon a {
	width: 110px;
	display: block;
	margin: 0 auto 15px;
}
#modal_wrapper a img {
	width: 100%;
	height: auto;
	display: block;
}
#modal_wrapper .modal_name {
	font-size: 25px;
}
#modal_wrapper .modal_add {

}
.modal_btn a {
	width: 150px;
	display: block;
	margin: 0 auto;
}
.modal_clbtn {
	width: 30px;
	height: 30px;
	background-color: rgba(0,0,0,0.8);
	position: absolute;
	top: -10px;
	right: -20px;
}
.modal_clbtn div {
	position: relative;
}
.modal_clbtn div:before,
.modal_clbtn div:after {
	content: '';
	display: block;
	width: 22px;
	height: 2px;
	position: absolute;
	top: 14px;
	left: 4px;
	background: #FFFFFF;
	border-radius: 10px;
}
.modal_clbtn div:before {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.modal_clbtn div:after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}


/*--------------------mdl2--------------------*/
#modal_wrapper.mal2 {
	height: 502px;
}
#modal_wrapper.mal2 .modal_box {
	padding: 10px 10px 0;
	height: 492px;
	overflow: hidden;
}
#modal_wrapper.mal2 .modal_info {
	padding: 10px;
}
#modal_wrapper.mal2 .modal_title {
	margin: 0 -10px;
}
#modal_wrapper.mal2 .modal_cliarea {
	margin: 15px auto 30px;
	font-size: 0;
	text-align: center;
}
#modal_wrapper.mal2 .modal_cliarea > div {
	display: inline-block;
	vertical-align: bottom;
}
#modal_wrapper.mal2 .modal_cliarea.linec > div {
	vertical-align: top;
}
#modal_wrapper.mal2 .modal_cliarea .modal_icon {
	margin: 0;
}
#modal_wrapper.mal2 .modal_cliarea .modal_icon a {
	width: 90px;
	margin: 0 12px 0 0;
}
#modal_wrapper.mal2 .modal_cliarea .modal_cliinfo {
	width: calc(100% - 105px);
}
#modal_wrapper.mal2 .modal_cliarea .modal_cliinfo .modal_name {
	height: 50px;
	position: relative;
}
#modal_wrapper.mal2 .modal_cliarea .modal_cliinfo .modal_name p {
	font-size: 24px;
	text-align: left;
	margin-bottom: 0;
	line-height: 1.3;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
}
#modal_wrapper.mal2 .modal_cliarea .modal_cliinfo a {
	width: 110px;
	margin-bottom: 3px;
}
#modal_wrapper.mal2 .modal_cliarea .modal_cliinfo .modal_hasharea {
	text-align: left;
}
#modal_wrapper.mal2 .modal_cliarea .modal_cliinfo .modal_hasharea a {
	width: auto;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	color: #282828;
	display: inline-block;
	vertical-align: middle;
	margin: 0 3px 0 0;
	letter-spacing: -0.04em;
}
#modal_wrapper.mal2 .modal_cliarea .modal_cliinfo .modal_hasharea a:nth-child(3n) {
	margin: 0;
}
#modal_wrapper.mal2 .modal_phone {
	margin-top: 15px;
}
#modal_wrapper.mal2 .modal_phone a {
	position: relative;
}
#modal_wrapper.mal2 .modal_phone a > img {
	position: relative;
	z-index: 2;
}
#modal_wrapper.mal2 .modal_phone a .modal_main {
	width: 90%;
	background-color: #000;
	position: absolute;
	top: 2.2%;
	right: 0;
	left: 0;
	margin: auto;
	border-top-left-radius: 5%;
	border-top-right-radius: 5%;
	overflow: hidden;
	z-index: 1;
}

/*-----------------video_screen-----------------*/
#video_screen {
	width: 100%;
	height: 80%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgb(255,0,0,0);
	z-index: 0;
	margin: auto;
	right: 0;
	bottom: 0;
}

/*-----------------loading-----------------*/
#modal_loading {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 20;
	height: 100px;
}
.loader{
	height: auto;
	width: calc(100% - 2em);
	text-align: center;
	padding: 1em;
	margin: 0 auto 1em;
	display: inline-block;
	vertical-align: top;
}
.loader svg {
	animation: loader_move 0.6s linear infinite normal forwards;
	-webkit-animation: loader_move 0.6s linear infinite normal forwards;
}
@keyframes loader_move {
	0% {transform: rotate(0deg);}
	100% {transform: rotate(360deg);}
}
@-webkit-keyframes loader_move {
	0% {-webkit-transform:translate(0deg);}
	100% {-webkit-transform: rotate(360deg);}
}
svg path,
svg rect{
	fill: #fc00ce;
}
#modal_loading p {
	color: #fff;
	font-size: 18px;
	padding-left: 1em;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}

/*--------------------COMMON---------------------*/
a {
	color: #333;
	text-decoration: none;
}
.txt12 {
	font-size: 12px;
}
.txt13 {
	font-size: 13px;
}
.txt15 {
	font-size: 15px;
}
.txt16 {
	font-size: 16px;
}
.txt17 {
	font-size: 17px;
}
.txt18 {
	font-size: 18px;
}
.txt19 {
	font-size: 19px;
}
.txt20 {
	font-size: 20px;
}
.txt21 {
	font-size: 21px;
}
.txt22 {
	font-size: 22px;
}
.txt23 {
	font-size: 23px;
}
.txt24 {
	font-size: 24px;
}
.txt25 {
	font-size: 25px;
}
.txt26 {
	font-size: 26px;
}
.txt27 {
	font-size: 27px;
}
.txt28 {
	font-size: 28px;
}
.txt30 {
	font-size: 30px;
}
.txt33 {
	font-size: 33px;
}
.txt42 {
	font-size: 42px;
}
.red {
	color: #ff5974;
}
.pink {
	color: #ff59bf;
}
.blue {
	color: #5969ff;
}
.w_blue {
	color: #59afff;
}
.yellow {
	color: #e6b241;
}
.purple {
	color: #9f59ff;
}
.green {
	color: #40bf91;
}
.orange {
	color: #ff8a44;
}
.marker {
	background: -moz-linear-gradient(top,  rgba(255,228,0,0) 0%, rgba(255,228,0,0) 49%, rgba(255,228,0,0.6) 50%, rgba(255,228,0,0.6) 100%);
	background: -webkit-linear-gradient(top,  rgba(255,228,0,0) 0%,rgba(255,228,0,0) 49%,rgba(255,228,0,0.6) 50%,rgba(255,228,0,0.6) 100%);
	background: linear-gradient(to bottom,  rgba(255,228,0,0) 0%,rgba(255,228,0,0) 49%,rgba(255,228,0,0.6) 50%,rgba(255,228,0,0.6) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffe400', endColorstr='#99ffe400',GradientType=0 );
}
.uline {
	text-decoration: underline;
}
.bold {
	font-weight: bold;
}
.center {
	text-align: center;
	display: block;
}
.blink {
	-webkit-animation: blink_move 1s linear infinite alternate forwards;
	animation: blink_move 1s linear infinite alternate forwards;
}
@keyframes blink_move {
	0% {opacity: 1;}
	70% {opacity: 1;}
	90% {opacity: 0;}
	100% {opacity: 0;}
}
@-webkit-keyframes blink_move {
	0% {opacity: 1;}
	70% {opacity: 1;}
	90% {opacity: 0;}
	100% {opacity: 0;}
}

/*--------------------clearfix--------------------*/
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix { zoom: 1; } /* IE6 */
.clear {
	clear: both;
}
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

/*--------------------注意文言--------------------*/
.attention_t{
	color: #000;
	font-size: 11px;
	margin-top:5px;
	display:block;
	padding-left:2px;
}


/*-----------------------info-------------------*/
#info section {
	padding: 20px 10px;
}
#info section .area_title span {
	color: #666;
}
.info_box {
	padding: 10px;
	border-radius: 10px;
	border: solid 2px #ccc;
	-webkit-box-shadow : 2px 2px 4px -1px rgba(0,0,0,0.3);
	box-shadow: 2px 2px 4px -1px rgba(0,0,0,0.3);
}
.info_box p {
	margin: 25px 15px;
	padding-bottom: 5px;
	line-height: 1.5em;
	border-bottom: solid 1px #eee;
}
.info_box p span {
	font-weight: bold;
}

/*==============================================*/



/*--------------------bback--------------------*/
#bback {
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.7);
	display: none;
	width: 100%;
	height: 100%;
	z-index: 99;
}
#bback_box4 {
	width: 94%;
	position: fixed;
	top: 50%;
	left: -50%;
	margin-top: -58%;
	margin-left: -47%;
	z-index: 100;
	background-color: #fff;
	border-radius: 10px;
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.8);
	box-shadow: 1px 1px 3px rgba(0,0,0,0.8);
}
#bback_box4 .bback_bar {
	position: relative;
	font-size: 15px;
	background-color: #222;
	border-radius: 9px 9px 0px 0px;
	padding: 5px 0px;
	min-height: 24px;
	color: #fff;
}
#bback_box4 .bback_bar:before {
	content: "今";
	float: right;
	color: #fff;
	padding-right: 7px;
	margin-top: -2px;
	font-size: 13px;
}
#bback_box4 .bback_bar img {
	margin: 5px 8px 0px 5px;
	width: 30px;
	vertical-align: text-bottom;
}
#bback_box4 .bback_bar span {
	color:#FFF;
	display: block;
	line-height: 16px;
	font-size: 13px;
	font-weight: bold;
	margin-left: 13px;
	padding: 4px 25px 4px 0px;
}
#bback_box4 .bback_data {
	padding: 2px 0px 5px 0px;
	background-color: #222;
}
#bback_box4 .bback_data a {
	display: block;
	position: relative;
	margin: 0px 2px 2px;
}
#bback_box4 .bback_data a img {
	width: 100%;
	height: auto;
}
#bback_box4 .bback_data a:nth-child(2),
#bback_box4 .bback_data a:nth-child(3),
#bback_box4 .bback_data a:nth-child(4) {
	margin: 3px 0px 0px 2px;
	width: calc((100% - 8px) / 3);
	float: left;
}
#bback_box4 .bback_txt {
	padding-top: 25px;
	padding-bottom: 25px;
}
#bback_box4 .bback_txt p a {
	background-color: #e62117;
	color: #fff;
	padding: 15px 60px;
	border-radius: 10px;
	text-decoration: none;
}
/*--------------------bback_Line--------------------*/
#bback_box5 {
	width: 94%;
	position: fixed;
	top: 50%;
	left: -50%;
	margin-top: -53%;
	margin-left: -47%;
	z-index: 100;
	border-radius: 15px;
	background-color: #FFF;
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.6);
	box-shadow: 1px 1px 3px rgba(0,0,0,0.6);
}
#bback_box5 .bback_bar {
	border-radius: 14px 14px 0px 0px;
	padding: 7px 0px;
	min-height: 24px;
	background: #ff7241;
	background: -moz-linear-gradient(left, #ff7241 0%, #fe41b5 100%);
	background: -webkit-linear-gradient(left, #ff7241 0%,#fe41b5 100%);
	background: linear-gradient(to right, #ff7241 0%,#fe41b5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7241', endColorstr='#fe41b5',GradientType=1 );
}
#bback_box5 .bback_bar img {
	float: left;
	margin: 3px 0px 3px 10px;
	width: 24px;
	height: auto;
}
#bback_box5 .bback_bar p {
	position: relative;
	display:block;
	overflow: hidden;
	height: 30px;
	background-color: rgba(255,255,255,0.2);
	margin: 0px 10px 0px 44px;
	border-radius: 15px;
}
#bback_box5 .bback_bar span {
	display: block;
	width: 13em;
	position: absolute;
	left: 100%;
	top: 0px;
	color:#FFF;
	line-height: 30px;
	font-size: 13px;
	font-weight: bold;
	animation-name: baranime;
	animation-duration: 5s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-direction: normal;
	animation-delay: 1s;
	-webkit-animation-name: baranime;
	-webkit-animation-duration: 5s;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction: normal;
	-webkit-animation-delay: 1s;
}
@keyframes baranime {
0% {left: 100%;}
10% {left: 10px;}
80% {left: 10px;}
90% {left: -100%;}
99.9%,100% {left:-100%;}
}
@-webkit-keyframes baranime {
0% {left: 100%;}
10% {left: 10px;}
80% {left: 10px;}
90% {left: -100%;}
99.9%,100% {left:-100%;}
}
#bback_box5 .bback_data {
	padding: 8px;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
}
#bback_box5 .bback_l {
	width: 38%;
	padding-right: 3%;
	max-width: 120px;
}
#bback_box5 .bback_l img {
	width: 100%;
	height: auto;
	border-radius: 60px;
	margin-bottom: 5px;
}
#bback_box5 .bback_l p {
	padding-left: 3px;
	font-weight: bold;
	color: #333;
	font-size: 13px;
	line-height: 1.3em;
	padding-bottom: 3px;
	margin-bottom: 5px;
	border-bottom: solid 1px #e4e4e4;
}
#bback_box5 .bback_l p a {
	font-size: 16px;
	line-height: 1.3em;
	color: #333;
	text-decoration: none;
}
#bback_box5 .bback_l span {
	text-align: center;
	color: #FFF;
	font-size: 11px;
	font-weight: normal;
	line-height: 20px;
	width: 3em;
	display: inline-block;
	border-radius: 13px;
	margin-right: 5px;
	background: #ff7241;
	background: -moz-linear-gradient(left, #ff7241 0%, #fe41b5 100%);
	background: -webkit-linear-gradient(left, #ff7241 0%,#fe41b5 100%);
	background: linear-gradient(to right, #ff7241 0%,#fe41b5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7241', endColorstr='#fe41b5',GradientType=1 );
}
#bback_box5 .bback_l .gps span {
	width: 4em;
	margin-bottom: 3px;
	background: #36d689;
	background: -moz-linear-gradient(left, #36d689 0%, #249de2 100%);
	background: -webkit-linear-gradient(left, #36d689 0%,#249de2 100%);
	background: linear-gradient(to right, #36d689 0%,#249de2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#36d689', endColorstr='#249de2',GradientType=1 );
}
#bback_box5 .bback_r {
	width: 59%;
	flex-grow: 1;
	background-color:#8ca0c4;
	border-radius: 5px;
	border: solid 1px #999;
	position: relative;
	padding-bottom: 40px;
	overflow: hidden;
}
#bback_box5 .bback_tark_box {
	height: 249px;
	overflow-y : scroll;
}
#bback_box5 .bback_tark {
	max-width: 300px;
	display: none;
}
#bback_box5 .bback_tark_anime {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;

	animation-name: tarkanime;
	animation-duration: 0.2s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: 1;
	animation-direction: normal;
	-webkit-animation-name: tarkanime;
	-webkit-animation-duration: 0.2s;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-direction: normal;
}
@keyframes tarkanime {
0% {transform: scale(0);}
99.9%,100% {transform: scale(1);}
}
@-webkit-keyframes tarkanime {
0% {-webkit-transform: scale(0);}
99.9%,100% {-webkit-transform: scale(1);}
}
#bback_box5 .bback_tark p {
	font-size: 12px;
	line-height: 18px;
	background-color: #fff;
	margin: 5px 5px 5px 8px;
	padding: 5px;
	border-radius: 14px;
	display: inline-block;
	position: relative;
}
#bback_box5 .bback_tark p img {
	width: 100%;
	height:auto;
	border-radius: 10px;
}
#bback_box5 .bback_tark p:after {
	content: '';
	position: absolute;
	left: -4px;
	top: -3px;
	display: block;
	width: 12px;
	height: 12px;
	background: url(https://img.fam-ad.com/lpimg/lp/bback_img/df/talk_white.png);
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: 12px 12px;
	background-size: 12px 12px;
}
#bback_box5 .bback_btn {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	background-color: #eee;
	-webkit-box-shadow: 0px -1px 1px rgba(0,0,0,0.2);
	box-shadow: 0px -1px 1px rgba(0,0,0,0.2);
}
#bback_box5 .bback_btn a {
	display: block;
	color: 333;
	width: 50%;
	float: left;
	text-align: center;
	text-decoration: none;
}
#bback_box5 .bback_btn a span {
	display: block;
	border-right: solid 1px #ccc;	
	line-height: 40px;
}
#bback_box5 .bback_btn a:last-child span {
	border-style: none;
	background-color: #677de1;
	color: #FFF;
	margin: 4px;
	line-height: 32px;
	border-radius: 3px;
}
@media screen and (min-width:360px) { 
#bback_box5 {
	margin-top: -47%;
}
}

/*--------------------bback_LIVEfull--------------------*/
#bback_box8 {
	font-size: 13px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	margin-left: -50%;
	z-index: 100;
	background-color: #fff;
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.8);
	box-shadow: 1px 1px 3px rgba(0,0,0,0.8);
	overflow: hidden;
	text-decoration: none;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
#bback_box8 div,
#bback_box8 ul,
#bback_box8 li {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
#bback_box8 .bback_icon_list_area {
	position: absolute;
	top: 0;
	left: 0;
	padding: 10px 0;
	width: 100%;
	height: 50px;
	overflow: hidden;
	background: -moz-linear-gradient(top, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.3) 1%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.3) 1%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.3) 1%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d000000', endColorstr='#00000000',GradientType=0 );
}
#bback_box8 .bback_mask {
	width: 100%;
	height: 70px;
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
}
#bback_box8 .bback_mask::-webkit-scrollbar {
	display: none;
}
#bback_box8 .bback_icon_list {
	list-style: none;
	list-style-type: none;
	width: 100%;
	white-space: nowrap;
}
#bback_box8 .bback_icon_list li {
	display: inline-block;
	width: 50px;
	height: 50px;
	padding: 0 10px;
}
#bback_box8 .bback_icon_list li .img_box{
	width: 50px;
	height: 50px;
	position: relative;
}
#bback_box8 .bback_icon_list img {
	width: 50px;
	height: 50px;
	border-radius: 100px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}
#bback_box8 .bback_icon_list li .bback_border {
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 50px;
	border-radius: 100px;
	border: 2px solid #FFFFFF;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 10;
	opacity: 1;
	cursor: pointer;
}
#bback_box8 .bback_bar {
	position: absolute;
	width: 100%;
	padding: 5px 0px;
	top: 70px;
	left: 0px;
}
#bback_box8 .bback_bar img {
	float: left;
	margin: 0px 0px 0px 10px;
	width: 30px;
	height: auto;
	border-radius: 5px;
	
}
#bback_box8 .bback_bar .bback_txt{
	position: relative;
	display:block;
	overflow: hidden;
	height: 30px;
	margin-left:34px;
}
#bback_box8 .bback_bar .bback_txt p {
	display: block;
	width: 14em;
	height: 30px;
	padding: 0px 8px;
	position: absolute;
	left: 100%;
	top: 0px;
	color:#FFF;
	background-color: rgba(0,0,0,0.6);
	border-radius: 15px;
	line-height: 30px;
	font-size: 13px;
	font-weight: bold;
	animation-name: baranime2;
	animation-duration: 5s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-direction: normal;
	animation-delay: 1s;
	-webkit-animation-name: baranime2;
	-webkit-animation-duration: 5s;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction: normal;
	-webkit-animation-delay: 1s;
}
@keyframes baranime2 {
0% {left: 100%;}
5% {left: 10px;}
85% {left: 10px;}
90% {left: -100%;}
99.9%,100% {left:-100%;}
}
@-webkit-keyframes baranime2 {
0% {left: 100%;}
5% {left: 10px;}
85% {left: 10px;}
90% {left: -100%;}
99.9%,100% {left:-100%;}
}
#bback_box8 .bback_bar .bback_txt p span {
	color:#fff602;
	text-align:center;
	padding: 0px 3px;
	font-size: 15px;
	display:inline-block;
	transform-origin: center center;
	-webkit-transform-origin: center center;
	animation-name: staranime;
	animation-duration: 5s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-direction: normal;
	animation-delay: 1s;
	-webkit-animation-name: staranime;
	-webkit-animation-duration: 5s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction: normal;
	-webkit-animation-delay: 1s;
}
@keyframes staranime {
0% {transform: rotate(0deg);}
99.9%,100% {transform: rotate(720deg);}
}
@-webkit-keyframes staranime {
0% {-webkit-transform: rotate(0deg);}
99.9%,100% {-webkit-transform: rotate(720deg);}
}
#bback_box8 .bback_hash {
	position: absolute;
	width: calc(100% - 30px);
	top: 110px;
	left: 30px;
	overflow: hidden;
	height: 20px;
	line-height: 20px;
	color: #FFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
#bback_box8 .bback_hash_icon {
	position: absolute;
	left: 10px;
	top: 110px;
	font-weight: bold;
	color: #FFF;
	line-height: 20px;
	width: 20px;
	text-align: center;
	background-color: rgba(0,0,0,0.6);
	border-radius: 10px;
	z-index: 2;
	font-size: 12px;
}
#bback_box8 .bback_hash p {
	color: #FFF;
	white-space:nowrap;
	transform:translate(0);
	font-weight: bold;
	position: absolute;
	left:0;
	top:0;
}
#bback_box8 .bback_hash p{
	animation-name: hashanime;
	animation-duration: 10s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-direction: normal;
	animation-fill-mode: forwards;
	-webkit-animation-name: hashanime;
	-webkit-animation-duration: 10s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count:  infinite;
	-webkit-animation-direction: normal;
	-webkit-animation-fill-mode: forwards;
}
@keyframes hashanime {
0% {transform: translateX(100%);}
99.9%,100% {transform: translateX(0px);}
}
@-webkit-keyframes hashanime {
0% {-webkit-transform: translateX(100%);}
99.9%,100% {-webkit-transform: translateX(0px);}
}

#bback_box8 .bback_hash p:nth-of-type(2) {
	animation-name: hashanime2;
	-webkit-animation-name: hashanime2;
}
@keyframes hashanime2 {
0% {transform: translateX(0px);}
99.9%,100% {transform: translateX(-100%);}
}
@-webkit-keyframes hashanime2 {
0% {-webkit-transform: translateX(0px);}
99.9%,100% {-webkit-transform: translateX(-100%);}
}
#bback_box8 .bback_img a {
	display: flex;
	justify-content: center;
	display: -webkit-flex;
	-webkit-justify-content: center;
	overflow: hidden;
	width: 100%;
}
#bback_box8 .bback_img img {
	display:block;
	width: auto;
}
#bback_box8 .bback_icon img {
	display:block;
	width: 100%;
	height: auto;
}
#bback_box8 .bback_icon {
	width: 30px;
	height: auto;
	position: absolute;
	bottom: 35px;
	right: 10px;
}
#bback_box8 .bback_icon a {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 30px;
	height: 135px;
	z-index: 10;
}
#bback_box8 .bback_data {
	position: absolute;
	width: 100%;
	padding: 5px 0px;
	bottom:35px;
	left: 0px;
}
#bback_box8 .bback_data.bback_active,
#bback_box8 .bback_hash.bback_active {
	visibility: visible;
}
#bback_box8 .bback_data.bback_none,
#bback_box8 .bback_hash.bback_none {
	visibility: hidden;
}
#bback_box8 .bback_data .bback_prof {
	height: 35px;
	margin: 5px 10px;
	font-size: 12px;
}
#bback_box8 .bback_data .bback_prof img {
	width: 33px;
	height: 33px;
	border: solid 1px #FFF;
	border-radius: 18px;
	vertical-align: middle;
}
#bback_box8 .bback_data .bback_prof span {
	line-height: 25px;
	color: #FFF;
	display: inline-block;
	padding: 0px 10px;
	margin: 4px 0px 4px 3px;
	border-radius: 18px;
	border: solid 1px #FFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
#bback_box8 .bback_data .bback_prof span:nth-of-type(1) {
	background-color: rgba(253,83,255,0.6);
}
#bback_box8 .bback_data .bback_prof span:nth-of-type(2) {
	background-color: rgba(19,201,240,0.6);
}
#bback_box8 .bback_data .bback_prof span:nth-of-type(3) {
	background-color: rgba(26,182,99,0.6);
}
#bback_box8 .bback_data .bback_livetxt {
	position: relative;
	display:block;
	overflow: hidden;
	height: auto;
	margin-left:10px;
}
#bback_box8 .bback_data .bback_livetxt p {
	display: none;
	max-width: 80%;
	padding: 3px 8px;
	color:#FFF;
	background-color: rgba(0,0,0,0.6);
	border-radius: 12px;
	line-height: 18px;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
	transform: translateX(400px);
}
#bback_box8 .bback_data .bback_livetxt p span {
	font-size: 10px;
	color: #ff4d9c;
}

#bback_box8 .bback_data .bback_livetxt p.bback_liveanime {
	animation-name: txtanime;
	animation-duration: 0.3s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
	-webkit-animation-name: txtanime;
	-webkit-animation-duration: 0.3s;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count:  1;
	-webkit-animation-direction: normal;
	-webkit-animation-fill-mode: forwards;
}
@keyframes txtanime {
0% {transform: translateX(400px);}
99.9%,100% {transform: translateX(0px);}
}
@-webkit-keyframes txtanime {
0% {-webkit-transform: translateX(400px);}
99.9%,100% {-webkit-transform: translateX(0px);}
}
#bback_box8 .bback_btn a {
	position: absolute;
	left: 0px;
	bottom: 0px;
	display: block;
	width: 25%;
	text-decoration: none;
	background: -moz-linear-gradient(top, rgba(18,24,56,0) 0%, rgba(18,24,56,0.3) 100%);
	background: -webkit-linear-gradient(top, rgba(18,24,56,0) 0%,rgba(18,24,56,0.3) 100%);
	background: linear-gradient(to bottom, rgba(18,24,56,0) 0%,rgba(18,24,56,0.3) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00121838', endColorstr='#4d121838',GradientType=0 );
}
#bback_box8 .bback_btn a span {
	line-height: 28px;
	padding: 3px 0px;
	text-align:center;
	color: #FFF;
	font-weight:bold;
	border-top: solid 1px rgba(255,255,255,0.4);
	border-right: solid 1px rgba(255,255,255,0.4);
	display: block;
}
#bback_box8 .bback_btn a:nth-child(2) {
	left: 25%;
}
#bback_box8 .bback_btn a:last-child {
	width: 50%;
	left: auto;
	right:0px;
}
#bback_box8 .bback_btn a:last-child span {
	border-right-style: none;
}

@media screen and (max-width:360px) { 
	#bback_box8 {
		font-size: 11px;
	}
	#bback_box8 .bback_data .bback_livetxt p {
		font-size: 10px;
	}
}


/*----------------------------PC用----------------------------*/
@media screen and (min-width:768px) {
	#wrapper {
		max-width: 768px;
		margin: 0 auto;
	}
	#head_track.head_fix {
		left: 50%;
		width: 748px;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	::-webkit-scrollbar {
		height: 10px;
	}
	::-webkit-scrollbar-thumb {
	  background: #ddd;
	}
	.area_title {
		font-size: 40px;
		line-height: 60px;
	}
	.area_title span{
		font-size: 60px;
	}
	.area_sub {
		font-size: 20px;
		line-height: 40px;
		margin: 0 0 30px;
	}
	#chara_area ul li {
		width: 40%;
	}
	.now_time p {
		font-size: 15px;
		max-width: 170px;
		line-height: 35px;
	}
	.now_time p span {
		font-size: 22px;
	}
	.now_next p {
		font-size: 16px;
		line-height: 50px;
	}
	.banner_info {
		margin: 20px 10px 100px;
		text-align: center;
	}
	.banner_info:before {
		width: 10%;
		padding-top: 10%;
		bottom: -60px;
		left: calc(50% - 5%);
	}
	.banner_info.scr_fade.move:before {
		opacity: 1;
		bottom: -60px;
	}
	.banner_attention {
		font-size: 18px;
		line-height: 1.5em;
	}
	.banner_multi.first {
		width: 58%;
	}
	.banner_multi .banner_text p,
	.banner_multi.first .banner_text p{
		font-size: 22px;
	}
	.banner_multi p.tag span {
		font-size: 13px;
		line-height: 18px;
		padding: 5px;
	}
	#modal_wrapper {
		width: 500px;
	}
	#modal_wrapper.mal2 {
		height: 602px;
	}
	#modal_wrapper.mal2 .modal_box {
		height: 592px;
	}
	#modal_wrapper p.modal_title {
		font-size: 40px;
	}
	#modal_wrapper p.modal_title span {
		font-size: 50px;
	}
	#modal_wrapper.mal2 .modal_title {
		margin: 10px;
	}
	#modal_wrapper.mal2 .modal_cliarea > div {
		vertical-align: top;
	}
	#bback_box8 {
		width: 600px;
		margin-left: -300px;
	}
	#post_area > ul > li,
	#chara_area > ul > li,
	#now_area > ul > li,
	#mov_area > ul > li,
	.next,
	.modal_clbtn {
		cursor: pointer;
	}
	#post_area > ul > li.scr_fade.move:hover,
	#chara_area > ul > li.scr_fade.move:hover,
	#now_area > ul > li.scr_fade.move:hover,
	#mov_area > ul.scr_fade.move > li:hover,
	.next.scr_fade.move:hover,
	.now_next.scr_fade.move P:hover,
	a:hover{
		opacity: 0.8;
		transition: none;
	}
}

